UInt32NINumericUInt32NIsLessThanOrEqualTo Method
Determines whether the current value is less than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt32N>.IsLessThanOrEqualTo(
UInt32N value
)
Private Function IsLessThanOrEqualTo (
value As UInt32N
) As Boolean Implements INumeric(Of UInt32N).IsLessThanOrEqualTo
private:
virtual bool IsLessThanOrEqualTo(
UInt32N value
) sealed = INumeric<UInt32N>::IsLessThanOrEqualTo
private abstract IsLessThanOrEqualTo :
value : UInt32N -> bool
private override IsLessThanOrEqualTo :
value : UInt32N -> bool
- value UInt32N
- The value to compare with the current value.
Boolean if the current value is less than or equal to
value; otherwise,
.
INumericTSelfIsLessThanOrEqualTo(TSelf)